-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAl1.css
More file actions
87 lines (67 loc) · 1.18 KB
/
Al1.css
File metadata and controls
87 lines (67 loc) · 1.18 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
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Chela+One');
#t1, td{
border: 10px inset #00CED1;
font-size: 20px;
background: #ADD8E6;
font-family: 'Chela One', cursive;
}
caption {
border: 6px dashed #00CED1;
background: #ADD8E6;
font-family: 'Chela One', cursive;
}
#tex {
text-indent: 2em;
line-height: 1.5em;
background:linear-gradient( to right,#ADD8E6 10%,pink);
border-radius: 10px;
border: 5px dashed #00CED1;
}
#menu, li{
display: inline;
background:linear-gradient(45deg,#ADD8E6, #00CED1,#87CEFA);
border-radius: 10px;
font-family:'Chela One', cursive;
font-size: 25px;
}
#menu li {
border: solid #ADD8E6;
}
#aa{
text-decoration: none;
color: black;
text-align: center;
}
body{
background: url(mar.jpeg);
background-size: 100%;
background-repeat: repeat-y;
}
nav{
text-align: center;
}
nav ul {
padding: 10px 60px;
}
footer{
background: #ADD8E6;
}
table {
text-align: center;
margin: auto;
}
dt {
background: #ADD8E6;
border-radius: 15px;
}
#sereia {
border: 5px outset #00CED1;
outline: 5px dotted #ADD8E6;
outline-offset: 1,5px;
}
#text2{
text-indent: 2em;
line-height: 1.5em;
background:radial-gradient(#ADD8E6 25%,pink);
}