-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
86 lines (80 loc) · 1.44 KB
/
Copy pathcss.css
File metadata and controls
86 lines (80 loc) · 1.44 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
.nav{
background-color:grey;
color: white;
}
a:hover {
background-color: grey;
}
img {
width: 25%;
padding: 20px;
height: inherit;
}
html {background-attachment:fixed;
<--background-color:rgb(244, 215, 66);
background-image:url(porque%20image.jpg);
background-repeat: no-repeat;
background-size: 100%;
}
.title{
font-size:3em;
text-align: center;
padding-top: 20px;
color: black;
}
body {margin:0;}
.navbar {
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
a:hover {
background-color: black;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.main {
padding: 16px;
margin-top: 30px;
height: 1500px; /* Used in this example to enable scrolling */
}
.enttit{
text-align: justify;
padding-left:25px;
color: black;
font-size: 1.5em;
font-weight: 800;
}
.par{
font-size: 1em;
padding: 10px;
}
.entry{
background-color:white;
box-shadow: 5px 5px 2.5px black;
color: black;
padding: 20px;
}
.subtit{
text-align: center;
font-size: 2em;
color:black;
}
.subtext{
font-size: 1.25em;
padding: 5px;
font-weight: 400;
}
.role{
font-size: 1.5em;
font-weight: 200;
}