week_1_hw - #4
Conversation
| <link rel="stylesheet"> | ||
| <title>Refugee Talent Hub</title> | ||
| <style> | ||
|
|
||
| a { |
There was a problem hiding this comment.
style kodlarini ayri bir css dosyasina yazip buraya link verseniz daha guzel olur
|
|
||
| #b{ | ||
| float: left; | ||
| color: #0b4032; | ||
| text-align: center; | ||
| padding: 14px 16px; | ||
| text-decoration: none; | ||
| font-size: 17px; | ||
| position: relative; | ||
| top: 500px; | ||
| left: 330px; | ||
|
|
||
| } | ||
|
|
||
| #c{ | ||
| float: left; | ||
| color: #0b4032; |
There was a problem hiding this comment.
class ve id isimlerinin div ile alakali olmasi lazim, bu hem okumanizi, hem de stille oynarken divi bulmanizi kolaylastirir
| float: left; | ||
| color: #0b4032; | ||
| text-align: center; |
There was a problem hiding this comment.
float yerine bi de flexle yeneyebilirsiniz
| <body> | ||
| <div style="background-image: url('head_1.jpeg'); width: auto; height: 150px" > | ||
|
|
There was a problem hiding this comment.
yanlis degil ama stil kodlarini css dosyasina yazsaniz daha guzel olabilir
|
Semantige biraz daha dikkat edebiliriz, body kismini section section ayirabilirsiniz, isinizi kolaylastirir, |
No description provided.