-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (36 loc) · 720 Bytes
/
style.css
File metadata and controls
36 lines (36 loc) · 720 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
35
36
body{
background-color: whitesmoke;
overflow: hidden;
}
logo{
font-size: 150px;
font-family: Arial, Helvetica, Times, fantasy, sans-serif;
position: relative;
top: 12pc;
left: 13pc;
background: linear-gradient(to top left, #00ffff, #00b1ff, #4e73ff, #ff00d0);
-webkit-background-clip: text;
color: transparent;
}
button{
position: relative;
top: 31pc;
right: 35pc;
border: none;
border-radius: 8px;
background-color: #272b33;
font-size: 20px;
color: white;
font-family: sans-serif;
}
img{
background-color: white;
border-radius: 20px;
}
text{
position: relative;
bottom: 6px;
}
button:hover{
background: linear-gradient(to top left, #00ffff, #00b1ff, #4e73ff, #ff00d0);
}