-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnysl_2.css
68 lines (68 loc) · 959 Bytes
/
nysl_2.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
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Sniglet', cursive;
}
#title {
font-style: italic;
}
#imagen2 {
width: 100%;
z-index: -1;
}
#imagen1 {
display: none;
}
.box {
height: 300px;
width: 100%;
z-index: -1;
overflow: hidden;
margin: 0 auto;
position: relative;
padding: 0px;
}
.subtitle {
text-align: center;
background-color: white;
color: black;
width: 100%;
padding: 10px;
border: 3px black solid;
}
.logo {
float: left;
width: 18%;
height: auto;
padding-top: 20px;
padding-left: 5px;
}
section {
width: 80%;
float: right;
padding-top: 20px;
}
#nav {
z-index: 1;
top: 25px;
position: absolute;
float: right;
right: 3%;
width: 37%;
height: 3%;
}
.link {
color: white;
background-color: blue;
padding: 5px;
border: 3px solid black;
box-shadow: 3px 3px black;
}
#link-site {
background-color: green;
font-weight: bold;
}
h2, h3, p{
padding:5px;
}