css example
#description{
font-size: 30px;
color:#21CF31;
}
body{
text-align: center;
background-image:linear-gradient(to right,#B5BE27,pink)
}
.header{
color:#1E2AC8;
}
css example
#description{
font-size: 30px;
color:#21CF31;
}
body{
text-align: center;
background-image:linear-gradient(to right,#B5BE27,pink)
}
.header{
color:#1E2AC8;
}
simple website using html and css
<!-- index.html -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Title Goes Here</title>
<meta name="description" content="Description Goes Here">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="red-box"></div>
<style type="text/css">
.red-box {
width: 30px;
height: 30px;
background-color: red;
}
</style>
</body>
</html>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us