-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
115 lines (94 loc) · 1.36 KB
/
index.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
body,
html {
height: 100%;
box-sizing: border-box;
}
html {
overflow-x: hidden;
}
body {
background: #100a1c;
background-image: radial-gradient(50% 30% ellipse at center top, #201e40 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(60% 50% ellipse at center bottom, #261226 0%, #100a1c 100%);
background-attachment: fixed;
color: #eee;
font-size: 18px;
}
body {
font-family: Inconsolata, monospace;
}
code,
h1,
h2,
h3,
pre {
color: #fff;
}
h1 {
letter-spacing: 2px;
}
a {
color: #5ce6cd;
}
.text-center {
text-align: center;
}
main {
padding: 5em 1.5em;
padding: 2em;
line-height: 1.4;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 22px;
}
,
h3 {
font-size: 20px;
margin-top: 1em;
}
hr {
opacity: .4;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1em;
}
.btn {
display: inline-block;
padding: .6em 1em;
color: #fff;
background-color: #5ce6cd;
border: 0;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
font-size: 1.2em;
text-shadow: 0 0 1px rgba(0, 0, .5);
letter-spacing: 1.2;
}
.inscripcion {
margin: 4em;
padding-bottom: 1.5em;
border: 1px solid #999;
}
.img-responsive {
width: 100%;
max-width: 100%;
}
#qvo-button-container {
text-align: center;
}
#qvo-button-container>div {
display: inline;
}
.flag {
max-width: 100px;
}
.container {
padding: 2em;
}