-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
89 lines (88 loc) · 1.98 KB
/
estilo.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
body {
font-family: 'Quicksand', sans-serif;;
background: #0000;
color: white;
background: linear-gradient(rgb(218, 218, 8),rgb(228, 228, 102),rgb(218, 218, 8));
background-position: bottom center;
}
header{
position: relative;
top: 0;
margin-bottom: 10px;
padding: 20px;
background-color: rgb(41, 73, 133);
width: 100%;
}
main{
background-color:rgb(41, 73, 133);
width: 80%;
padding: 10px;
border-radius: 20px;
text-align: center;
box-shadow: 0 0 20px black;
margin: 0 auto;
}
h1{
/*color: rgba(13, 30, 126, 0.829);
text-align: center;
perspective: 400px;*/
display: block;
width: 700px;
margin: 100px auto;
font-size: 50px;
text-align: center;
text-shadow: /*relieve*/ 0 1px 0 rgb(200,200,200), 0 2px 0 rgb(190,190,190), 0 3px 0 rgb(180,180,180), 0 4px 0 rgb(175,175,175), 0 5px 0 rgb(180,180,180), 0 6px 0 rgb(190,190,190), /*sombra*/ 5px 7px 5px rgba(0, 0, 0, .40), 5px 12px 10px rgba(0, 0, 0, .30), 5px 17px 20px rgba(0, 0, 0, .20), 5px 22px 30px rgba(0, 0, 0, .10);
color: white;
}
.image{
width: 600px;
height: 400px;
padding: auto;
margin: 0;
border-radius: 20px;
}
#tribute-info{
background-color:rgb(83, 135, 231);
border-radius: 20px;
padding: 30px;
margin: 20px;
}
footer{
position: relative;
bottom: 0;
background-color:rgb(41, 73, 133);
margin-top:50px;
width:100%;
height: 100px;
padding-bottom: 10px;
}
#img-div{
background-color:rgb(83, 135, 231);
padding: 30px;
margin: 20px;
border-radius: 20px;
}
.navbar{
color: black;
}
.navbar-toggler{
background-color: rgb(83, 135, 231);
}
.navbar-toggler:hover{
background-color:rgb(218, 218, 8);
}
.navbar-toggler:focus{
background-color:rgb(218, 218, 8);
outline: 2px solid rgb(83, 135, 231);
}
.navbar-brand{
color: rgb(83, 135, 231);
margin: 0 auto;
}
.navbar-brand:hover{
color: rgb(218, 218, 8);
}
#logo{
width:50px;
height:50px;
}