Skip to content
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
31 changes: 31 additions & 0 deletions homepage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>IOS Background</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class = "homepage">
<img class = "512" src="Icons/1.png">
<img class = "1024" src="Icons/2.png">
<img src="Icons/3.png"></div>
<img class = "1024" src="Icons/4.png">
<img class = "1024" src="Icons/5.png">
<img src="Icons/6.png"></div>
<img src="Icons/7.png"></div>
<img src="Icons/8.png"></div>
<img src="Icons/9.png"></div>
<img class ="1024" src="Icons/10.png">
<img class = "1024" src="Icons/11.png">
<img src="Icons/12.png"></div>
<img src="Icons/13.png"></div>
<img class = "1024" src="Icons/14.png">
<img src="Icons/15.png"></div>
<img src="Icons/16.png"></div>
<img class = "1024" src="Icons/17.png">
<img src="Icons/18.png"></div>
<img class = "1024" src="Icons/19.png">
<img src="Icons/20.png">
</div>
</body>
</html>
76 changes: 76 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@

body{
background: url(Wallpaper/Default.jpg) no-repeat center center /*fixed*/;
background-size: cover;
/*background-image:url("Wallpaper/Default.jpg");
background-size: cover;
background-repeat: no-repeat;
width: 320px;
height: 568px;*/
box-sizing: border-box;
height:568px;
}
/*.homepage{

}*/
img{
width:170px;
float: left;
border-radius: 50px;
}

img::after{
content:"";
clear:both;
display: inline-block;
}

div{
text-align:center;
/*width:320px;*/
}

img{
margin-top:120px;
margin-left: 55px;
}

@media (max-width:320px){
img{width: 50px;
margin-left: 20px;
margin-top:40px;
border-radius:15px;}
body{
height:568px;
}
}

@media (min-width:414px){
img{width: 60px;
margin-left: 30px;
margin-top:40px;
border-radius:15px;}
body{
height:736px;
}

}

@media (min-width: 768px){
img{width: 120px;
margin-left: 50px;
margin-top:50px;
border-radius:15px;}
body{
height:1024px;
}
}

}
}

}

/*.test{
width:300px;
}*/