Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored May 2, 2024
1 parent d498090 commit 7b19aac
Show file tree
Hide file tree
Showing 2 changed files with 647 additions and 0 deletions.
43 changes: 43 additions & 0 deletions somaliscratchpad.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600&family=Source+Code+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
height: 100%;
width: 100%;
}

body {

font-family: 'Albert Sans', sans-serif;
text-align:center;
background:#F2F0EB;}

h1, h2 {
background-color: #565656;
padding: 0px;

font-family: 'Bungee', cursive;
color: transparent;
text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.8);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}

#Content {
width:70%;
font-family: 'Albert Sans', sans-serif;
margin:20px auto;
text-align:left;
padding:15px;
border:0px dashed #333;
background-color:#eee;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

img {
width:100%;
}
Loading

0 comments on commit 7b19aac

Please sign in to comment.