Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions nike.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,24 @@

<div class="row">
<div class="col-1">
<h1>NIKE<br />SPORTS AIR</h1>
<style>
#smd{
width:200px;
height: 100px;
background: red;
transition-property: width;
transition-duration: 2s;
transition-timing-function: linear;
transition-delay: 0s;
}

#smd:hover {
width: 600px;
}
</style><div id="smd">
<h1>NIKE</div><br />SPORTS AIR</h1>
<p>
The Nike Air Zoom Vomero 15 Is Back Upfated Cushioning And A Tough
The Nike Air Zoom Vomero 15 Is Back Updated Cushioning And A Tough
Outsole For Traction.
</p>
<h2>$150</h2>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button {
left: 5%;
top: 22%;
font-size: 130px;
opacity: 0.3;
opacity: 0.2;
}

button:hover {
Expand Down