This commit is contained in:
2022-12-30 18:21:21 +09:00
parent 809482294e
commit 33b7615cc9
2 changed files with 10 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -10,6 +10,11 @@
padding: 2px; padding: 2px;
font-size: 105%; font-size: 105%;
} }
.myDiv{
border: 5px outset red;
background-color: lightblue;
text-align: center;
}
</style> </style>
</head> </head>
<body> <body>
@@ -35,6 +40,11 @@
<p><strong>Note:</strong> The datalist tag is not supported in Safari 12.0 (or earlier).</p> <p><strong>Note:</strong> The datalist tag is not supported in Safari 12.0 (or earlier).</p>
<div class="myDiv">
<h2>This is a heaidng in a div element</h2>
<p>This is some text in a div element.</p>
</div>
</body> </body>