-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
37 lines (29 loc) · 1.91 KB
/
estilo.css
File metadata and controls
37 lines (29 loc) · 1.91 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
h1{color:darkolivegreen; font-size: 15px;text-align: center; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;}
p{color:black; font-size: 17px; text-align: justify;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;}
body{background-color:#dee5c3;
margin-top: 30px;
margin-bottom: 30px;
margin-left: 100px;
margin-right: 100px}
table {font-size: 16px;
border-width: thick;
border-color: #302f20;
border-style: double;
border-radius: 10px;
margin: 0 auto;
background-color: #eef2e0;}
td {color: #302f20;
border-color: #302f20;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-align: center;width: 500px;height: 340px;border-style: double}
tr {color: #302f20;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-align: center;
border-color: #302f20;width: 300px;height: 300px;border-style: double}
button {font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
border-color: #7e1b03; background-color: #ebc39e;color:#511503; padding: 10px 20px; border-radius: 5px;}
.minhalista li {font-size: 15px; color:black;font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;}
li {margin-bottom: 50px; margin-top: 50px; list-style: square;}
.primeiracoluna {width: 200px;}
a:hover {color:darkred}