-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
122 lines (115 loc) · 1.29 KB
/
Copy pathstyle.css
File metadata and controls
122 lines (115 loc) · 1.29 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
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
122
body
{
height: 100%;
}
header, #navCont
{
background: rgba(42,16,140,1);
}
#smain
{
background: white;
min-height: 100%;
}
#navbar-brand
{
color:white;
font-size: 2.3em;
}
#navbar-brand:hover
{
color:white;
}
#nula:hover
{
color:white;
}
#hCont h1, #main
{
height: 100%;
width: 100%;
text-align:center;
}
@media (min-width: 1000px) {
h1{font-size:5em;margin-bottom:2%;margin-top:7%;}
#main
{
}
form
{
margin: 0 0 0 15%;
}
.slogan h4
{
animation:7s slide;
margin-bottom:15%;
}
.slogan h3
{
animation:4s slide1;
}
@keyframes slide{
from{
margin-left:-550%;
}
to{
margin-left:0;
}
}
@keyframes slide1{
from{
margin-left:450%;
}
to{
margin-left:0;
}
}
}
#bCont
{
height: 100%;
width: 100%;
background: rgba(200,200,200,0.3);
padding: 2% 0 2% 0;
}
#mineB
{
padding:10px;
width: 30%;
display:inline-block;
height: 400px;
background: white;
margin: 0 0 0 2.4%;
border:1px solid rgba(150,150,150,0.5);
border-radius: 5px;
}
#mineB:hover
{
box-shadow:4px 4px 5px rgba(150,150,150,0.5);
}
#mineB h3
{
padding: 0 0 10px 0;
}
#imgA
{
height: 150px;
width: 105.8%;
margin: -10px;
border-bottom: 1px solid rgba(200,200,200,0.5);
}
#imgA img
{
width: 100%;
max-height: 150px;
}
footer
{
color: white;
background: rgba(30,30,30,1);
height: 200px;
}
#fDiv
{
width: 25%;
}