0% found this document useful (0 votes)
14 views3 pages

280 P Css

Uploaded by

KundiLokesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views3 pages

280 P Css

Uploaded by

KundiLokesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

*{

margin: 0;
padding: 0;
font-family: sans-serif;
}
header{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
url(image.JPG);
height: 100vh;
background-position: center;
background-size: cover;
}
ul{
font-size: large;

float: right;
list-style-type: none;
margin-top: 30px;
margin-right: 70px;
text-align: justify;
}
ul li{
display: inline-block;
position: relative;
}
ul li a{
text-decoration: none;
color: white;
border: 2px solid transparent;
border-radius: 15px;
padding: 5px 10px;
}
ul li a:after{
content: '';
height: 3px;
width: 100%;
background: lightseagreen;
left: 0;
bottom: 0;
}
ul li a:hover{
background-color: white;
color: black;
}
h1{
color: white;
font-family: 'Lucida Sans';
font-size:42px;
border-radius: 20px;
padding: 4px 9px;
position: ABSOLUTE;
top: 5%;
left: 11%;
transform: translate(-10%, -10%);

}
.logo{
color: white;
font-size: 18px;
position: absolute;
top: 42%;
left: 50%;
transform: translate(-50%,-50%);
}
.Logo{
color: white;
font-size: 71px;
font-weight: bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.socialmedia{
top: 90%;
left: 37%;
color:white;
position: absolute;

}
.media{
text-decoration: none;
color:white;
top: 90%;
left: 37%;
}

.tag{
position: absolute;
color: white;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.tag2{
position: absolute;
color: white;
top: 54%;
left: 50%;
transform: translate(-50%,-50%);
}
.btns{
position: absolute;
top: 61%;
left: 50%;
transform: translate(-50%,-50%);
}
.buttons{

padding: 8px 20px;


border-radius: 25px;
text-decoration: none;
color: white;
margin-left: 15px;
}
.buttons:hover{
background-color: white;
color: black;
}

You might also like