-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
105 lines (92 loc) · 1.55 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
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
body {
background: url(nasty_fabric_@2X.png);
}
#pic{
float: right;
margin: 100px;
Border: 5px solid #3d1d5d;
box-shadow: 5px 5px 10px #000;
border-radius: 10%;
}
#vid{
float: right;
margin: 200px;
border:5px solid #3d1d5d;
box-shadow: 10px 10px 20px #000;
}
footer h2{
color: #000;
width: 500px;
margin: 0 auto;
border: 0 0 3px 0 solid #000;
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
h1 {
Color: #6E7175;
float: right;
background-color: #DCCDDB;
border: 5px solid #3d1d5d;
width: 400%;
text-align: right;
}
a{
text-decoration: none;
flex-wrap: wrap;
}
a:active{
position: relative;
color: limegreen;
}
.contact {
margin: 5px;
}
nav{
width: 1000px;
Margin-left: auto;
margin-right: auto;
}
nav li{
display: inline;
text-decoration: none;
text-align: center;
margin: 30px;
font: bold 11px Arial;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
nav li:active{
position: relative;
top: 1px;
left: 1px;
}
.info-box{
box-shadow: 5px 5px 10px #000;
Background-color: #eeeeee;
Border: 5px solid gray;
display: flex;
flex-direction: column;
margin: 5px;
padding: 5px 10px 5px 10px;
border-radius: 5%;
}
p{
}
#refs{
text-align: center;
}
header{
box-shadow: 20px;
{
.main{
box-shadow: 5px 5px 5px #000;
{
/*remember, .class, #ID */
/*This website looks like something fresh out of the early 2000's */