-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwingmancss.css
121 lines (101 loc) · 1.8 KB
/
wingmancss.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
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 {
margin: 0;
padding: 0;
font-family: sans-serif;
}
h1 {
font-family: 'Righteous', cursive;
}
header {
background: rgb(76,195,236);
background: linear-gradient(90deg, rgba(76,195,236,1) 0%, rgba(18,195,155,1) 100%);
width: 100%;
padding: 60px 0;
color: white;
text-align: center;
}
nav ul {
background: white;
overflow: hidden;
padding: 0;
text-align: center;
margin: 0;
}
nav ul li {
display: inline-block;
padding: 20px;
}
section {
background: black;
padding: 5px;
}
nav .logo {
padding: 20px 13px;
float: left;
font-size: 20px;
}
.logo_c {
width: 120px;
height: 60px;
}
.motto {
text-align: center;
font-size: 20px;
font-style: italic;
color: #f2efef;
}
.wcme {
font-family: 'Lobster', cursive;
font-size: 48px;
text-align:center;
border-top: -1;
position: absolute; top: 380px; left: 43%;
}
u {
border-bottom: 5px solid black;
text-decoration: none;
}
.dsc {
padding: 80px 0;
background: white;
}
.desc {
text-align: center;
font-size: 20px;
font-family: 'Encode Sans Condensed', sans-serif;
letter-spacing: 2px;
line-height: 1.5;
}
.gr {
padding:5px;
background: #77dcff;
text-align: center;
color:black;
}
li a {
color:black;
text-align: center;
padding: 12px;
text-decoration: none;
}
li a:hover {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 77%, rgba(104,240,218,1) 82%, rgba(125,249,226,1) 84%);
}
.button {
background-color: #13C2C2; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 8px;
position:relative;
left: 580px;
}
.button:hover {
background-color: black; /* Green */
color: white;
}