Add files via upload - #1
Conversation
| div.Header1 { | ||
| height: 40px; | ||
| background:purple; | ||
| color: white; |
There was a problem hiding this comment.
div.Header1 yerine Header1 yazsaniz daha iyi olur
|
|
||
| section#main { | ||
| height: 600px; | ||
| margin:auto; | ||
| } |
There was a problem hiding this comment.
yaptiginiz yanlis degil ama id yerine class ile ulassaniz daha guzel olabilir. (section yazmaya gerek yok)
|
|
||
| section#activities img { | ||
| float: left; | ||
| width: 75%; | ||
| height: 75%; | ||
| } |
There was a problem hiding this comment.
float yerine flex ile yapmayi deneyin bir de
| text-align: center; | ||
| float: left; | ||
| display: flex; | ||
| flex-direction: row; |
There was a problem hiding this comment.
floata gerek var mi emin degilim?
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width initial-scale=1.0"> | ||
| <link rel="stylesheet" type="text/css" href="week1_assignment.css"> | ||
| <head> | ||
| <body> |
There was a problem hiding this comment.
style ayri css dosyasinda yazmaniz guzel aliskanlik
| <a class="aMeeting" href="" style="color:white; background: lawngreen; margin-left: 25px; padding:5px; border-radius: 10px;">Lees verder</a> | ||
| </p> |
There was a problem hiding this comment.
yanlis degil ama uzun stil kodlarini css dosyasina yazmaniz daha guzel olur
|
Temiz kod yazmissiniz, okumayi cok kolaylastirmis. |
No description provided.