Commit 4780a5ba by ruzalo

changes in style

parent b4bfcd6d
Showing with 1 additions and 40 deletions
...@@ -262,16 +262,6 @@ ...@@ -262,16 +262,6 @@
</fieldset> </fieldset>
</div> </div>
<div class="social twitter">
<a href="#" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
</div>
<div class="social instagram">
<a href="#" target="_blank"><i class="fa fa-instagram fa-2x"></i></a>
</div>
<div class="social facebook">
<a href="#" target="_blank"><i class="fa fa-facebook fa-2x"></i></a>
</div>
</div> </div>
</body> </body>
</html> </html>
...@@ -10,35 +10,6 @@ ...@@ -10,35 +10,6 @@
padding: 15px; padding: 15px;
} */ } */
.social a {
text-align: center;
width: 52px;
height: 52px;
float: left;
background: #fff;
border: 1px solid #ccc;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.1);
border-radius: 24px;
margin: 0 10px 10px 0;
padding: 6px;
color: #000;
}
.twitter a:hover {
background: #00acee;
color: #fff;
}
.instagram a:hover {
background: #3f729b;
color: #fff;
}
.facebook a:hover {
background: #3b5998;
color: #fff;
}
.header { .header {
border: 1px solid #DE584F; border: 1px solid #DE584F;
padding: 15px; padding: 15px;
...@@ -187,7 +158,7 @@ body { ...@@ -187,7 +158,7 @@ body {
line-height: 40px; line-height: 40px;
color: #777; color: #777;
height: 200vh; height: 200vh;
background-image: linear-gradient(to top, gray, white 40%); background-color: white;
} }
.container { .container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment