-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
53 lines (48 loc) · 831 Bytes
/
styles.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body
{
text-align: center;
background-image: url("Untitled-1.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 2rem;
height: 100vh;
font-family: 'Montserrat', sans-serif;
}
.container
{
margin: 1% auto;
text-align: center;
}
.pfp
{
width: 30vh;
border-radius: 50%;
box-shadow: 0px 0px 30px rgba(206, 203, 203, 0.644);
border: 5px solid white;
}
.row
{
margin: 2%;
}
.col
{
height: 9vh;
padding-left:7%;
padding-right:7%;
}
.l
{
background-color: black;
padding: 8px auto;
border-radius: 10vh;
font-weight: 500;
}
.l:hover
{
background-color: whitesmoke;
color: black;
box-shadow: 0px 0px 20px rgba(212, 209, 209, 0.651);
border: 1px solid white;
font-weight: 600;
}