This repository has been archived by the owner on Sep 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFreiheit.html
1 lines (1 loc) · 1.97 KB
/
Freiheit.html
1
<html> <head> <style> .menu { display: flex; } header { margin-bottom: 40px; } .logo { height: 50px; width: 50px; background-color: red; display: inline-block; } .descr { height: 100px; width: 50px; display: inline-block; } .content { width: 100%; } .top { margin: 50px auto 150px auto; } .other-text { height: 40px; } button { border-radius: 10%; } </style> </head> <body> <header class="menu"> <div class="small-logo">ANGULAR</div> <button>FEATURES</button> <button>DOCS</button> <button>RESOURCES</button> <button>EVENTS</button> <button>BLOG</button> </header> <div class="content"> <div class="top"> <div class="logo"></div> <div class="descr"> <h2>One Framework</h2> <h2>Mobile & Desktop</h2> <button>Get Started</button> </div> </div> <div class="other-text"> <h3>DEVELOP ACROSS ALL PLATFORMS</h3> <p> Leran one way to build apploicatios with Angular .... Leran one way to build apploicatios with Angular .... Leran one way to build apploicatios with Angular .... Leran one way to build apploicatios with Angular .... Leran one way to build apploicatios with Angular .... </p> </div> </div> </body></html><div> </div>