-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
116 lines (102 loc) · 1.96 KB
/
styles.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
104
105
106
107
108
109
110
111
112
113
114
115
116
:root
{
--black: black;
--yellow: #E9C33E;
--white: white;
--grey: #252526;
}
body {
font-family: 'Source Sans Pro', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
header {
display: flex;
justify-content: space-between;
background-color: var(--yellow);
height: 50px;
padding: 30px 10px 10px 20px;
}
.ingresa{
text-decoration: none;
padding: 0 75px 0 0;
}
.registra{
border: 1px solid var(--grey);
padding: 15px;
color: var(--black);
border-radius: 50px;
justify-content: left;
text-align: center;
text-decoration: none;
}
.main-container{
background-image: url(./images/Vector-header.jpg);
background-size: 100%;
height: block;
background-position: absolute;
background-attachment: absolute;
background-repeat: no-repeat;
}
.slogan{
text-align: left;
padding: 170px 50px 0 135px;
font-size: 65px;
}
.button-ingresa{
border: 1px solid var(--black);
width: 150px;
height: 50px;
margin: 50px 0 0 175px ;
color: var(--black);
border-radius: 50px;
justify-content: left;
text-align:center;
}
.experience-container{
background-image: url(./images/img1.jpg);
background-size: cover;
height: flex;
background-position: absolute;
position: relative;
}
.PEM{
text-align: -webkit-right;
align-items: center;
box-sizing: border-box;
border-radius: 50px;
background-color: rgba(255, 255, 255, .3) ;
color:blue;
margin: 0 15px 0 900px;
}
.experiences
{
display: flex;
width: 100%;
height: 100%;
}
.card-experience
{
width: 100px;
margin: 0 150px ;
}
.card-experience img
{
position: absolute;
margin-top:132px;
width:262px;
height:262px;
}
.text-container
{
border-radius: 8px;
width: 260px;
background-color: rgba(255, 255, 255, .3) ;
margin-top: 350px;
padding: 10px;
}
.text-container p
{
font-size: 12px;
}