Blogger Simple Code Editor

Simple Code Editor

x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
5
<style>
6
.container {display:flex;padding:15px;border:1px solid #bbb}
7
.merah, .hijau{width:50%;color:white;text-align:center;padding:15px}
8
.merah{background:red}
9
.hijau{background:green}
10
</style>
11
12
</head>
13
<body>
14
15
<div class="container">
16
    <div class="merah">
17
        <p>Kırmızı</p>
18
    </div>
19
    <div class="hijau">
20
        <p>Yeşil</p>
21
    </div>
22
</div>
23
24
</body>
25
</html>

Yorum Gönder

Görüşmeye katılın

Disqus shortname is missing. Consider reporting about this message to the admin of this blog. It seems you are the admin of this blog, add disqus shortname through Theme HTML editor to enable Disqus comments.

Görüşmeye katılın