-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (58 loc) · 1.52 KB
/
style.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
54
55
56
57
58
59
60
61
62
h1{
text-align: center;
font-size: 5rem;
font-family: 'Times New Roman', Times, serif;
color: white;
font-weight: 700;
font-style: normal;
}
body{
background-color: rgb(3, 3, 74) ;
}
#contents{
font-size: 3remm;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color:black ;
font-weight: 400;
font-style: normal;
}
#Pfp{
width: 300px;
height: 450px;
border-radius: 150px;
padding: 50px ;
}
#logo{
width: auto;
height: 550px;
object-fit: contain;
border-radius: 50%;
border-color: black;
box-shadow: white 0px 0px 100px 0px;
}
#Profilepic{
display: flex;
justify-content: center;
align-items: center;
}
#lg1{
display: flex;
justify-content: center;
align-items: center;
}
#contents{
width: auto;
padding: 50px;
margin: 10px;
border-radius: 30px;
border: yellow 1px solid;
display: flex;
background-color: yellow;
}
#connect{
font-size: 3remm;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color:white ;
font-weight: 400;
font-style: oblique;
}