-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
99 lines (84 loc) · 1.46 KB
/
Copy pathstyles.css
File metadata and controls
99 lines (84 loc) · 1.46 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
.navbar-inverse{
background-color: transparent !important;
margin-top: 15px;
margin-left: 30px;
margin-right: 30px;
}
#search {
background-color: transparent;
padding: 6px;
margin-top: 0px;
border-top: none;
border-left: none;
border-right: none;
font-size: 17px;
border-width: 3px;
border-color: white !important;
width:600px;
}
#sec1{
background-image: url("bg.png");
width: 1519px;
height: 603px;
display:inline-block;
text-align: center;
}
#profile{
margin-left: 120px;
}
#h1{
font-family:"popins",sans-serif;
font-size: 65px;
font-weight: 1000 !important;
color: white;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: white;
}
#b{
height:50px;
width: 200px;
background-color: #d90166;
color: white;
align-content: center;
border-color: transparent;
border-radius: 6px;
}
#text{
margin-left:110px;
}
#sec2{
height:700px;
}
.pic{
height:200px;
width:300px;
margin: 15px;
border-radius: 8px;
}
.pic:hover{
transform: scale(0.9);
}
.main{
justify-content: center;
display: flex;
}
#sec3{
background-color:#292c30;
height:200px;
justify-content: center;
}
#color{
color: white;
margin-right: : 20px;
margin-left: 30px;
}
#al{
font-family: "gugi";
color: white;
font-size: 30px;
}
#t{
margin-left: 17px;
font-size: 20px;
}