File tree 9 files changed +20
-8
lines changed
9 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 18
18
< div class ="lds-ring loader " id ="loader "> < div > </ div > < div > </ div > < div > </ div > < div > </ div > </ div >
19
19
< header class ="header ">
20
20
< nav class ="navbar navbar-expand-lg navbar-light bg-light fixed-top " id ="customNavbar ">
21
- < a class ="navbar-brand " href ="./index.html "> < i class ="fas fa-drafting-compass "> </ i > </ a >
21
+ < a class ="navbar-brand " href ="./index.html "> Metal Stretch < i class ="fas fa-drafting-compass "> </ i > </ a >
22
22
< button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
23
23
< span class ="navbar-toggler-icon "> </ span >
24
24
</ button >
40
40
< a class ="nav-link " href ="./contacto.html "> CONTACTO</ a >
41
41
</ li >
42
42
</ ul >
43
- < a class ="navbar-brand " href ="./index.html "> Metal Stretch</ a >
44
43
</ div >
45
44
</ nav >
46
45
< div class ="container ">
47
46
< div class ="row row-titulo ">
48
- < div class ="col-6 offset-2 ">
47
+ < div class ="col-6 offset-2 metal ">
49
48
< h1 class ="animate__animated animate__rotateInDownLeft "> Metal</ h1 >
50
49
</ div >
51
- < div class ="offset-2 col-7 offset-3 ">
50
+ < div class ="offset-2 col-7 offset-3 stretch ">
52
51
< h1 class ="animate__animated animate__rotateInDownLeft animate__delay-1s "> < span > Stretch</ span > </ h1 >
53
52
</ div >
54
- < div class ="offset-5 col-6 ">
53
+ < div class ="offset-5 col-6 calidad ">
55
54
< h2 class ="animate__animated animate__bounceIn animate__delay-2s "> < span > Mecanizado </ span > de calidad</ h2 >
56
55
</ div >
57
56
</ div >
Original file line number Diff line number Diff line change 18
18
width : auto ;
19
19
}
20
20
}
21
+ .metal {
22
+ margin-left : 47% ;
23
+ }
24
+ .stretch {
25
+ margin-left : 30% ;
26
+ }
27
+ .calidad {
28
+ margin-left : 35% ;
29
+ }
21
30
22
31
h1 {
23
32
font-family : ' Black Ops One' , cursive;
24
- font-size : 40 px ;
33
+ font-size : 45 px ;
25
34
font-weight : 900 ;
26
35
text-shadow : $grey-shadow ;
27
- @media (min-width : 700px ){
36
+ text-align : center ;
37
+ margin-left : auto ;
38
+ @media (min-width : 820px ){
28
39
font-size : 120px ;
40
+ margin-left : auto ;
29
41
}
30
42
31
43
span {
40
52
h2 {
41
53
margin-top : 20px ;
42
54
font-family : ' Libre Barcode 128 Text' , cursive;
43
- font-size : 27 px ;
55
+ font-size : 28 px ;
44
56
text-shadow : $grey-shadow ;
45
57
font-weight : 500 ;
58
+ text-align : center ;
46
59
margin-bottom : 50px ;
47
60
@media (min-width : 700px ){
48
61
font-size : 70px ;
You can’t perform that action at this time.
0 commit comments