Blogger Simple Code Editor

Simple Code Editor Run code! ❯ <!DOCTYPE html> <html> <head> <style> .container {display:flex;padding:15px;border:1px solid #bbb} .merah, .hijau{width:50%;color:white;text-align:center;padding:15px} .merah{background:red} .hijau{background:green} </style> </head> <body> <div class="container"> <div class="merah"> <p>Kırmızı</p> </div> <div class="hijau"> <p>Yeşil</p> </div> </div> </body> </html>

Yorum Gönder