Untitled
unknown
plain_text
9 months ago
1.2 kB
7
Indexable
body{
background-color: solid red;
}
form{
width: 300px;
height: 300px;
display: grid;
background-color: aqua;
}
input{
color: red;
width: 500px;
height: 20px;
}
a{
margin-right: 100px;
}
///calc
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>calc</title>
</head>
<body>
<div class="calc">
<div class="result">
<h1>RESULT</h1>
</div>
<div class="lowerpart">
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
</div>
</div>
</body>
</html>
///About
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
name=...
age =...
bio =....
</body>
</html>Editor is loading...
Leave a Comment