-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (56 loc) · 1.05 KB
/
Copy pathstyle.css
File metadata and controls
64 lines (56 loc) · 1.05 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
@import "fonts.css";
html,body{
margin: 0px;
padding: 0px;
}
#home{
background: url(img/hackathons.jpeg)center center no-repeat;
background-size: cover;
height: 500px;
margin: 20px;
border-radius: 15px;
background-attachment: fixed;
display: flex;
align-items: center;
color: white;
text-shadow: rgb(0, 0, 0) 1px 2px 4px;
}
.butt{
background-image: radial-gradient(at left top, rgb(228, 115, 45) 0%, rgb(228, 45, 66) 100%);
border-radius: 30px;
color: white;
font-family: google;
transition: 0.4s;
}
body {
font-family: Rubik,Arial,sans-serif;
font-weight: 400;
font-size: 1rem;
overflow-x: hidden;
color: #607289;
}
h5 {
font-size: 1rem;
line-height: 1.375;
font-family: Rubik,Arial,sans-serif;
font-weight: 500;
color: #030929;
}
a {
color: #818494;
font-weight: 500;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #007bff;
text-decoration: none;
}
footer {
background: #ebf4fa;
}
.butt:hover{
color: white;
font-size: 30px;
box-shadow: rgb(0, 0, 0) 1px 3px 6px;
}