forked from COLTEC-DAW/E02-CSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoticia.css
More file actions
77 lines (55 loc) · 943 Bytes
/
Copy pathnoticia.css
File metadata and controls
77 lines (55 loc) · 943 Bytes
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
*{
font-family: Arial, Helvetica, sans-serif;
color: white;
text-align: center;
}
p{
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
}
h2{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 2.2rem;
}
#titulo{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 3.5rem;
border-style: solid;
border-width: 8%;
padding: 20px, 5px, 20px, 20px;
margin: 150px, 0px, 150px, 0px;
}
.noticia{
margin bottom: 50px ;
margin-right: 10%;
margin-left: 5%;
padding: 10px, 15%, 10px, 30%;
}
img{
max-width: 60%;
}
body{
background-color: rgb(38, 6, 61);
text-align: justify;
}
h3{
font-style: italic;
text-align: right;
}
a:link{
color:grey
}
a:visited{
color:white
}
a:hover{
color:red
}
a:active{
color:rgb(244, 135, 153)
}
p::first-letter{
font-size: 350%;
color: whitesmoke;
}