-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectStyle.css
More file actions
79 lines (73 loc) · 1.23 KB
/
ProjectStyle.css
File metadata and controls
79 lines (73 loc) · 1.23 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
body{
background-image: url(images/dog_orig.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
font: 18px "Lato", sans-serif;
background-color: #000;
padding: 0 20px;
}
h1{
max-width: 600px;
background-color: #fffafa;
opacity: 0.6;
border: 1px solid #000;
padding: 5px 5px;
}
h2{
max-width: 400px;
background-color: #fffafa;
opacity: 0.8;
border: 1px solid #000;
padding: 5px 5px;
}
h3{
max-width: 600px;
background-color: #fffafa;
opacity: 0.8;
border: 1px solid #000;
height: 50px;
padding: 5px 5px;
}
.bold{
font-weight: bold;
color: #ff0000;
}
.button{
width: 300px;
background-color: #fffafa;
opacity: 0.8;
border: 1px solid #000;
height: 40px;
font-size: 20px;
padding: 10px 10px;
}
a {
text-decoration: none;
}
.clickInput{
width: 200px;
height: 30px;
font-size: 20px;
}
p {
width: 600px;
border: 1px solid #000;
background-color: #fffafa;
opacity: 0.9;
padding: 10px 10px;
}
table{
border: 1px solid #000;
border-collapse: collapse;
background-color: #fffafa;
opacity: 0.7;
min-width: 500px;
}
.tiny{
font-size: 14px;
}
table td{
border: 1px solid #000;
padding: 4px;
}