Skip to content

Commit d47ec1b

Browse files
committed
add external style sheet
1 parent 69c28cd commit d47ec1b

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

Wireframe/readme.css

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
*{
2+
3+
padding: 0px;
4+
margin:0px ;
5+
box-sizing: border-box;
6+
}
7+
body{
8+
background-color: rgb(210, 30, 114);
9+
}
10+
h1{color: black;
11+
margin:10px ;
12+
padding: 5px;
13+
14+
15+
16+
17+
}
18+
.description{color: rgb(127, 255, 238);
19+
margin:10px ;
20+
padding: 5px;
21+
22+
23+
24+
25+
}
26+
h2{color: black;
27+
28+
29+
}
30+
.readme{
31+
color: rgb(127, 255, 238);
32+
color: rgb(127, 255, 238);
33+
font-weight: 100;
34+
margin: 10px;
35+
padding: 5px;
36+
}
37+
38+
.wireframe{
39+
margin: 10px;
40+
padding: 5px;
41+
color: rgb(127, 255, 238);
42+
font-weight: 100;
43+
}
44+
.branch{
45+
margin: 10px;
46+
padding: 5px;
47+
color: rgb(127, 255, 238);
48+
font-weight: 100;
49+
}
50+
51+
ul{
52+
padding: 20px;
53+
}
54+
55+
56+
h3{
57+
text-align: center;
58+
margin: 0 10px;
59+
padding: 10px;
60+
}
61+
footer{
62+
bottom: 0;
63+
position:relative;
64+
text-align: center;
65+
gap: 15px;
66+
margin: 5px;
67+
padding: 10px;
68+
width: 100vw;
69+
height: inherit;
70+
align-content: center;
71+
}
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+

0 commit comments

Comments
 (0)