-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
33 lines (29 loc) · 1.14 KB
/
style.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
body {
/* http://www.heropatterns.com/ */
background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='98' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%237a7a7a' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
display: flex;
justify-content: center;
align-items: center;
font-family: 'Raleway', sans-serif;
min-width: 320px;
min-height: 350px;
overflow: auto;
}
a, a:hover, a:visited, a:active, a:link, a:focus {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
#box {
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
border: solid black 5px;
background: white;
}
#box-inner {
text-align: center;
}
.logos {
font-size: 25pt;
}