-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.css
More file actions
34 lines (32 loc) · 852 Bytes
/
Copy pathtest.css
File metadata and controls
34 lines (32 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
body{
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(charotar-university-of-science-and-technology-cusat-anand.jpg);
height:100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
color: white;
}
.center {
margin: auto;
width: 44%;
border: 4px solid white;
padding: 6px;
top: 10%;
}
.aboutmecpyright {
margin: auto;
width: 40%;
padding: 8px;
bottom: 50%;
transform: translate(30%,0%);
}
h1{
color: white;
background-color: black;
font-family: verdana;
text-align: center;
border-bottom: 1px solid white;
margin-bottom: 50px;
outline: 2px solid white;
}