<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
:root {
--color1:#FCff00;
--color2:#66F0;
--color3:#ffcc00;
}
.one {
color: white;
background-color: var(--color3);
margin: 10px;
width: 50px;
height: 50px;
display: inline-block;
}
</style>
</head>
<body>
welcome
<div class="one">
<div class="two">
<div class="three">
</div>
<div class="four">
</div>
<div>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
:root {
--color1:#FCff00;
--color2:#66F0;
--color3:#ffcc00;
}
.one {
color: white;
background-color: var(--color3);
margin: 10px;
width: 50px;
height: 50px;
display: inline-block;
}
</style>
</head>
<body>
welcome
<div class="one">
<div class="two">
<div class="three">
</div>
<div class="four">
</div>
<div>
</div>
</body>
</html>
No comments:
Post a Comment
Hello all, if you have any doubt feel free comment