Skip to content

Commit 3d3a9b7

Browse files
committed
botton creation view repository
1 parent 23ba205 commit 3d3a9b7

File tree

7 files changed

+31
-17
lines changed

7 files changed

+31
-17
lines changed

api/wwwroot/assets/css/style.css

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ h2 {
2929
.hero p {
3030
color: var(--theme-bg);
3131
font-size: 1.2rem;
32-
margin-bottom: 1rem;
32+
margin-bottom: 1.5rem;
3333
line-height: 1.5rem;
3434
}
3535

@@ -45,8 +45,8 @@ h2 {
4545
flex-wrap: wrap;
4646
justify-content: center;
4747
align-items: center;
48-
padding: 8rem 4rem;
49-
gap: 3.5rem;
48+
padding: 0rem 4rem;
49+
gap: 3rem;
5050
}
5151

5252
.hero img {
@@ -64,23 +64,37 @@ h2 {
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: 15px;
71+
padding: 10px;
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: 13px;
78+
padding: 8px;
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
}

api/wwwroot/assets/img/1.jpg

-1.19 MB
Binary file not shown.
-8 MB
Binary file not shown.

api/wwwroot/assets/img/flag.png

-5.77 KB
Binary file not shown.

api/wwwroot/assets/img/map-min.png

15.5 KB
Loading

api/wwwroot/assets/img/map.png

-44.8 KB
Binary file not shown.

api/wwwroot/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
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>

0 commit comments

Comments
 (0)