Separated CSS data from html
This commit is contained in:
@ -5,59 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Void Links</title>
|
||||
<style>
|
||||
*{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
body{
|
||||
background-color: #2f0849;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
#mainView{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
background-color: rgba(47, 105, 211, 0.479);
|
||||
margin-top: 3vh;
|
||||
height: 94vh;
|
||||
width: 400px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
.socialList{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 400px;
|
||||
overflow: scroll;
|
||||
}
|
||||
.socialLink{
|
||||
background-color: #227777ad;
|
||||
width: 300px;
|
||||
margin: 5px;
|
||||
border-radius: 50px;
|
||||
height: 200px;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
li{
|
||||
height:80px;
|
||||
}
|
||||
ul{
|
||||
list-style: none;
|
||||
}
|
||||
img{
|
||||
width: 50px;
|
||||
height:50px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="/stylesheets/links.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainView">
|
||||
|
||||
Reference in New Issue
Block a user