Skip to content

saxzXCZX #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions first/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
body {
margin: 0;
background-color: gainsboro;
height: 100%;
width: 100%;
}

.topbar {
width: 100%;
height: 20vh;
background-color: black;
}

.middlebody {
margin: 0 15%;
width: 70%;
height: 60vh;
background-color:azure;
}

.bottombar {
margin: 0 15%;
width: 70%;
height: 20vh;
background-color: black;
}

15 changes: 15 additions & 0 deletions first/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
<!-- Put your HTML HERE, make sure to connect your index.css sheet -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>1.2 First</title>
</head>
<body>
<div class="topbar"> </div>
<div class="middlebody"></div>
<div class="bottombar"></div>
</body>
</html>
81 changes: 81 additions & 0 deletions second/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
body {
margin: 10px;
width: 100%;
height: 100vh;
}

.topdiv {
margin: auto;
width: 90%;
height: 25%;
border: solid black 10px;
padding: 7px;
box-sizing: border-box;
}

.purple {
background-color: purple;
height: 80%;
width: 5%;
display: inline-block;
margin-top: px;
margin-bottom: ;
}

.green {
background-color: green;
height: 95%;
width: 33%;
display: inline-block;
margin: 0 50px;
}

.blue {
background-color: blue;
height: 90%;
width: 11%;
display: inline-block;
border-radius: 50%;
margin: 0 75px;
}

.middiv {
margin: 20px auto;
width: 90%;
height: 25%;
border: dotted black 10px;
padding: 7px;
box-sizing: border-box;
}

div>p {
background-color: burlywood;
margin: auto;
margin-top: 25px;
height: 75%;
width: 80%;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-sizing: border-box;
}
.botdiv{
margin: 20px auto;
height: 40%;
width: 40%;
border: solid black 1px;
padding: 150px;
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.37);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.37);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.37);
box-sizing: border-box;
}

div>h1 {
border: black;
padding: auto;
color: navy;
text-align: center;
vertical-align: center;
box-sizing: border-box;
}
21 changes: 21 additions & 0 deletions second/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
<!-- Put your HTML HERE, make sure to connect your index.css sheet -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>1.2 Second</title>
</head>
<body>
<div class='topdiv'>
<div class="purple"></div>
<div class='green'></div>
<div class='blue'></div>
</div>
<div class='middiv'><p></p></div>
<div class='botdiv'>
<h1>HELLO FRIENDS</h1>
</div>
</body>
</html>
56 changes: 56 additions & 0 deletions third/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/* <body>
<div class="graywithblue"></div>
<div class="text"></div>
<div class="blue"></div>
<div class="cyan"></div>
<div class="green"></div>
<div class="yellow"></div>
</body> */

body, html {
margin: 0;
padding: 0;
}
.row {
height: 100px;
width: 100vw;
}

.rowbig {
height: 200px;
width: 100vw;
}


.graywithblue {
padding: 25px;
background-color: darkgray;
box-sizing: border-box;
}

.bluebox {
width: 50px;
height: 50px;
background-color: blue;
}

.rowwithtext{
padding: 25px;
box-sizing: border-box;
}

.blue {
background-color: blue;
}

.cyan {
background-color: cyan;
}

.green {
background-color: green;
}

.yellow {
background-color: yellow;
}
22 changes: 22 additions & 0 deletions third/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
<!-- Put your HTML HERE, make sure to connect your index.css sheet -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>1.2 Third</title>
</head>
<body>
<div class="graywithblue row"><div class="bluebox"></div></div>
<div class="rowwithtext row big">
<span class="text">
Consider hiding the status bar -- and all other app UI -- while people are actively viewing full-screen media. If you hide the status bar, be sure to let people retrieve it ( and the appropriate app UI ) with a single tap. Unless you have a compelling reason to do so, avoid defining a custom gesture to redisplay the status bar because users are unlikely to discover such a gesture or to remember it.
</span>
</div>
<div class="row blue"></div>
<div class="row cyan"></div>
<div class="row green"></div>
<div class="row yellow"></div>
</body>
</html>