-
Notifications
You must be signed in to change notification settings - Fork 0
/
Page2style.css
103 lines (88 loc) · 1.53 KB
/
Page2style.css
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/* codigo de estilo para la página 2 */
/*. ===class: #Title*/
/*
#Title {
color: red;
}
*/
body {
margin: 0;
font-family: system-ui, sans-serif;
color: black;
background-color: #dfdfe5;
background: -webkit-linear-gradient(orange, pink);
background: -moz-linear-gradient(orange, pink);
background: -moz-border-right-colors(orange, pink);
}
nav {
margin:0px 10px;
font-family: system-ui, sans-serif;
color: black;
background-color: yellowgreen;
}
h1{
font-weight: bold;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 4rem;
color: #FF6633;
/*text-align:center;*/
}
#Title{
color: #FF6633;
text-align: right;
}
h2{
font-weight: normal;
font-size: 2rem;
color: #99CCFF;
}
h3{
font-weight: normla;
font-size: 2rem;
color: #CCFF99;
}
p {
padding: 0px 30px;
color: #666666;
}
h3 .comidarigth{
color: #FF6633;
text-align: right;
}
img {
width: 95%;
border: 10px solid#993333;
/*margin: 10px;*/
}
.color {
box color:#336699;
}
/*p::before {
content: "jeje";
}
p:hover::before {
content: "💅";
}
*/
/*
section [
border: 2px solid red;
margin: 30px 0px;
]
*/
/*
article {
border: 2px solid blue<
}
*/
/* Medidas Css*/
/* [Numero] px */
/* porcentajes */
/*
padding: 30px 100px 20px 0px;
padding verboso
padding-top> 30px;
padding-bottom: 20px;
padding-left: 0px;
padding-rigth: 100px;
*/