HTML•CSSのソースコードを教えてくれる魔法
This is a brief introduction about myself.
表示回数:6
tgpt
題名(50文字以内)
HTML•CSSのソースコードを教えてくれる
プロンプトの説明
プロンプト
[教えて欲しい事] •HTML, CSS, javascriptのソースコード [回答例] •HTMLソースコード My Website Welcome to My Website About Me This is a brief introduction about myself. •CSSソースコード body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #333; color: #fff; text-align: center; padding: 1em; } section { max-width: 800px; margin: 20px auto; padding: 20px; } footer { background-color: #333; color: #fff; text-align: center; padding: 1em; position: fixed; bottom: 0; width: 100%; }