-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
121 lines (111 loc) · 2.2 KB
/
style.css
File metadata and controls
121 lines (111 loc) · 2.2 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
body, html {
height: 100%;
margin: 0;
font-family: 'Lato', 'Arial', sans-serif;
font-size: 20px;
scroll-behavior: smooth;
font-weight: 300;
}
.bg {
background-image: url("src/images.webp");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
#ins{
line-height: 145%;
width: 70%;
margin-left: 15%;
color:#eeeeee;
}
#logo{
width: 200px;
height: 200px;
}
hr{
border: 1px solid #09c1c1;
background-color:#09c1c1;
width: 20%;
}
h1{
margin-top: 0;
margin-bottom: 10px;
color: #aaa89d;
font-size: 180%;
word-spacing: 4px;
letter-spacing: 1px;
}
.abc{
text-transform: uppercase;
}
.top-button{
background-color: rgba(9, 193, 193, 0.3);
color: #09c1c1;
font-size: 20px;
padding: 8px 15px;
cursor: pointer;
border: 2px solid #09c1c1;
border-radius: 25px;
text-align: center;
transition: 0.3s;
cursor: default;
text-decoration: none;
}
.top-button:hover{
background-color: #09c1c1;
color: white;
font-size: 20px;
padding: 8px 15px;
border: none;
cursor: pointer;
border: 2px solid #09c1c1;
border-radius: 25px;
text-align: center;
cursor: default;
}
.top-button:active{
background-color: #0f9bc1;
color: white;
font-size: 20px;
padding: 8px 15px;
border: none;
cursor: pointer;
border: 2px solid #0f9bc1;
border-radius: 25px;
text-align: center;
cursor: default;
}
.nestedsection{
background-color: rgba(20, 20, 20, 0.5);
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.inner-content{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.colorButton
{
background-color: rgba(9, 193, 193, 0.3);
color: #09c1c1;
font-size: 20px;
padding: 8px 15px;
cursor: pointer;
border: 2px solid #09c1c1;
border-radius: 25px;
text-align: center;
transition: 0.3s;
cursor: default;
}
#profile-img
{
border: 2px solid #09c1c1;
box-shadow: 0 4px 8px 0 rgba(8,162,193, 0.2), 0 6px 20px 0 rgba(8,162,193, 0.19) inset;
}