| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 63d5a80 commit af6441a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,62 @@ | |||
| 1 | + @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap"); | ||
| 2 | + | ||
| 3 | + *{ | ||
| 4 | + margin: 0; | ||
| 5 | + padding: 0; | ||
| 6 | + box-sizing: border-box; | ||
| 7 | + font-family: "Poppins", sans-serif; | ||
| 8 | + | ||
| 9 | + } | ||
| 10 | + body{ | ||
| 11 | + background-color: rgb(238, 238, 238); | ||
| 12 | + } | ||
| 13 | + | ||
| 14 | + header{ | ||
| 15 | + background: #000; | ||
| 16 | + color: #fff; | ||
| 17 | + | ||
| 18 | + flex-direction: row; | ||
| 19 | + | ||
| 20 | + display: flex; | ||
| 21 | + justify-content: space-between; | ||
| 22 | + align-items: center; | ||
| 23 | + | ||
| 24 | + height: 50px; | ||
| 25 | + | ||
| 26 | + color: rgb(228, 228, 23); | ||
| 27 | + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; | ||
| 28 | + } | ||
| 29 | + | ||
| 30 | + header div a { | ||
| 31 | + text-decoration: none; | ||
| 32 | + color: #fff; | ||
| 33 | + margin: 10px; | ||
| 34 | + } | ||
| 35 | + | ||
| 36 | + main h1{ | ||
| 37 | + margin-top: calc(100vh/3); | ||
| 38 | + text-align: center; | ||
| 39 | + } | ||
| 40 | + | ||
| 41 | + main #txt{ | ||
| 42 | + margin-top: 50px; | ||
| 43 | + text-align: center; | ||
| 44 | + font-size: 1.5rem; | ||
| 45 | + } | ||
| 46 | + | ||
| 47 | + main > div { | ||
| 48 | + margin-top: 50px; | ||
| 49 | + text-align: center; | ||
| 50 | + } | ||
| 51 | + | ||
| 52 | + div#area{ | ||
| 53 | + border: 2px solid black; | ||
| 54 | + width: 200px; | ||
| 55 | + height: 200px; | ||
| 56 | + line-height: 200px; | ||
| 57 | + text-align: center; | ||
| 58 | + background: #ccc; | ||
| 59 | + margin: 50px auto; | ||
| 60 | + | ||
| 61 | + | ||
| 62 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments