File tree Expand file tree Collapse file tree 7 files changed +31
-17
lines changed
Expand file tree Collapse file tree 7 files changed +31
-17
lines changed Original file line number Diff line number Diff line change 2929.hero p {
3030 color : var (--theme-bg );
3131 font-size : 1.2rem ;
32- margin-bottom : 1 rem ;
32+ margin-bottom : 1.5 rem ;
3333 line-height : 1.5rem ;
3434}
3535
4545 flex-wrap : wrap;
4646 justify-content : center;
4747 align-items : center;
48- padding : 8 rem 4rem ;
49- gap : 3.5 rem ;
48+ padding : 0 rem 4rem ;
49+ gap : 3 rem ;
5050}
5151
5252.hero img {
6464 position : relative;
6565}
6666
67- .deco-amar {
68- width : 20 % ;
67+ .deco-yellow {
68+ width : 10 % ;
6969 background-color : # ffeb3b ;
7070 border-radius : 0px 7px 7px 0px ;
71- padding : 15 px ;
71+ padding : 10 px ;
7272}
7373
74- .deco-azul {
75- width : 20 % ;
74+ .deco-blue {
75+ width : 10 % ;
7676 background-color : # 214290 ;
7777 border-radius : 0px 7px 7px 0px ;
78- padding : 13 px ;
78+ padding : 8 px ;
7979}
8080
81- .deco-rojo {
82- width : 20 % ;
81+ .deco-red {
82+ width : 10 % ;
8383 background-color : # e40002 ;
8484 border-radius : 0px 7px 7px 0px ;
85- padding : 13px ;
85+ padding : 8px ;
86+ }
87+
88+ .btn-githud {
89+ background-color : # 214290 ;
90+ border : 1px solid # e9ffff ;
91+ color : # e8edf7 ;
92+ border-radius : 0.5rem ;
93+ font-size : 1rem ;
94+ padding : 0.5rem 1rem ;
95+ text-align : center;
96+ text-decoration : none;
97+ text-transform : uppercase;
98+ font-weight : 700 ;
99+ width : 100% ;
86100}
Original file line number Diff line number Diff line change 99 < body >
1010 < main class ="layout, border ">
1111 < section class ="deco-colombia ">
12- < div class ="deco-amar "> </ div >
13- < div class ="deco-azul "> </ div >
14- < div class ="deco-rojo "> </ div >
12+ < div class ="deco-yellow "> </ div >
13+ < div class ="deco-blue "> </ div >
14+ < div class ="deco-red "> </ div >
1515 </ section >
1616 < section class ="hero ">
1717 < div class ="title-container ">
@@ -22,9 +22,9 @@ <h2>Api Colombia</h2>
2222 public api that contains info about Colombia, < br />
2323 departments, cities, tourists places and presidents
2424 </ p >
25- < a class ="btn-githud " href ="" > Ver documentacion </ a >
25+ < a class ="btn-githud " href ="https://github.com/Mteheran/api-colombia " target =" _blank " > view repository </ a >
2626 </ div >
27- < img src ="./assets/img/map.png " alt ="mapa-Colombia " />
27+ < img src ="./assets/img/map-min .png " loading =" lazy " alt ="mapa-Colombia " />
2828 </ section >
2929 < section > </ section >
3030 </ main >
You can’t perform that action at this time.
0 commit comments