Popular posts from this blog
MIDTERM* WEB PROG Ex: 9 CSS flexbox and iframe
<!DOCTYPE html> <html> <head> <style> fieldset { background: #32a852; } body {background-color: #2a8017;} } iframe:focus { outline: none; } iframe[seamless] { display: block; } .navbar { overflow: hidden; background-color: #121211; } .navbar a { float: left; font-size: 16px; color: #c6ff94; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color:#c6ff94; ...

Comments
Post a Comment