Skip to content

Commit

Permalink
blogPart2
Browse files Browse the repository at this point in the history
  • Loading branch information
gablon29 committed May 17, 2022
1 parent b19ca3d commit afbf6a0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 11 additions & 6 deletions Blog_Prueba/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ body {
.nav {
grid-area: nav;
background-color:white;
text-align: center;
}
.aside {
grid-area: aside;
background-color: blanchedalmond;
text-align: left;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 20px;
}
.article {
grid-area: article;
Expand Down Expand Up @@ -68,11 +72,6 @@ body {
200px auto 200px;
}
}
.aside {
text-align: left;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 20px;
}
#ball {
position: relative;
border-radius: 50%;
Expand All @@ -96,4 +95,10 @@ body {
80% {
top: 0px;
}
}
}
.imagen1 {
width: 50%;
height: auto;
margin-left: 10px;
}

Binary file added Blog_Prueba/images.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blog_Prueba/logoBlo12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Blog_Prueba/nuevoBlog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ <h1><strong>Comisión I5</strong>😁🤩</h1>
</header>
<nav class="nav">
<h2>Visítanos!!! 🖥💻</h2>
<img src="./logoBlo.jpg" width="80%" height="auto" alt="">
<a href="https://www.instagram.com">instagram</a>
<img src="./images.jpg" alt="" class="imagen1">
<a href="https://www.instagram.com" class="nav1">instagram</a>
</nav>
<aside class="aside">
<p>El mejor espacio para aprender, desarrollarte y que mejor que haciendolo mientras te construis una familia en el mejor campo profesional 🤯😍</p>
Expand Down

0 comments on commit afbf6a0

Please sign in to comment.