Skip to content

Commit

Permalink
aula 7
Browse files Browse the repository at this point in the history
  • Loading branch information
giullianacestari authored May 21, 2024
1 parent 4c8729c commit 1f087de
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ body {
background: black;
margin: 0px;
font-family: "Chakra Petch", sans-serif;

This comment has been minimized.

Copy link
@Tecnologiasonia

Tecnologiasonia Aug 17, 2024

margin-bottom: 100px;
}

header {
Expand Down Expand Up @@ -32,10 +33,6 @@ p {
font-size: 20px;
}

img {
height: 200px;
}

.categoria-videos {
display: flex;
overflow-x: auto;
Expand All @@ -45,4 +42,19 @@ img {
.categoria {
padding-left: 20px;
padding-right: 20px;
margin-top: 50px;
}

.categoria-videos img {
opacity: 0.5;
height: 200px;
}

.categoria-videos img:hover {
opacity: 1.0;
border: 3px solid green;
}

.categoria h2 {
color: rgb(42, 122, 228);
}

1 comment on commit 1f087de

@jhoy111
Copy link

@jhoy111 jhoy111 commented on 1f087de Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

Please sign in to comment.