Skip to content

Commit aab35c3

Browse files
Add video styles
1 parent a5e5c3a commit aab35c3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ <h1>Образование спасет мир!</h1>
1919
display: flex;
2020
flex-wrap: wrap;
2121
}
22+
23+
.video-item {
24+
margin: 25px 50px 25px 0;
25+
padding: 0px;
26+
box-shadow: 3px 3px 10px 5px lightgrey;
27+
}
2228

2329
</style>
2430

0 commit comments

Comments
 (0)