43
loading...
This website collects cookies to deliver better user experience
body {
background-image: url('https://i.imgur.com/1uYroRF.webm');
}
#siteHeader {
text-align: center;
color: blue;
}
.mainText {
text-align: left;
margin-top: 10px;
}
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body></body>
h1 {
text-align: center;
color: blue;
text-decoration: underline;
}
<body>
<h1 id="main-header">Website Title</h1>
<h1 id="section-header">This is a new Section</h1>
</body>
.main-header {
text-align: center;
color: blue;
text-decoration: underline;
}
.section-header {
text-align: left;
color: black;
}
#form-input {
border: 2px solid black;
border-radius: 10px;
}