Skip to content
Snippets Groups Projects
Commit 4e8c9ba3 authored by arezou's avatar arezou
Browse files

added folder

parent 0aebe550
No related branches found
No related tags found
No related merge requests found
/*.parent{
width: 50%;
height: auto;
background-color: aqua;
.parent__h1{
background-color: blue;
}
.parent-1{
width: 1000px;
height:200px;
background-color: blue;
margin: 50px auto;
}
.parent-2{
width: 90px;
background-color: brown;
margin: 50px auto;
}
.parent-3{
width: 70px;
background-color: cadetblue;
margin: 50px auto;
}
.parent-4{
width: 80%;
background-color: bisque;
margin: 50px auto;
}*/
/*:root{
--width:300px;
--height:200px;
--background_color:rgb(9, 0, 128);
--center:50px auto;
}
.parent{
width:var(width);
height:var(--height);
background-color: var(--background_color);
margin: var(--center);
}*/
.parent {
width: 250px;
height: 250px;
background-color: bisque ;
margin: 50px auto;
border-radius: 50%;
}
\ No newline at end of file
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<div class="child"> <div class="child">
<div class="subchild"> <div class="subchild">
</div> </div>
</div> </div>
</div> </div>
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Hello World!</title> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/main.css"/>
</head> </head>
<body> <body>
<div class="parent"> </div>
<h1>Hello world!</h1>
<div><img src="img_hello_world.jpg" alt="Hello World from Space"
style="width:100%;max-width:726px"></div>
......
{
"name": "session5",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment