1+ # memes {
2+ display : flex;
3+ flex-wrap : wrap;
4+ height : 80vh ;
5+ width : 80vw ;
6+ margin : 150px auto;
7+ }
8+ # mm .holder {
9+ height : 200px ;
10+ width : 200px ;
11+ display : flex;
12+ flex-wrap : wrap;
13+ }
14+ # imageholder {
15+ height : 300px ;
16+ width : 300px ;
17+ margin : 30px ;
18+ }
19+ body {
20+
21+ background-image : url (meme.jpg);
22+ background-repeat : no-repeat;
23+ background-attachment : fixed;
24+ background-position : center;
25+ color : # 000 ;
26+ font-family : 'Open Sans' , sans-serif;
27+ font-size : 16px ;
28+ line-height : 1.6em ;
29+ margin : 0 ;
30+ padding : 0 ;
31+ -webkit-font-smoothing : antialiased;
32+ -moz-osx-font-smoothing : grayscale;
33+
34+ }
35+
36+ # btn {
37+ margin : 0 ;
38+ position : absolute;
39+ left : 45% ;
40+ background : # 34c6d9 ;
41+ background-image : -webkit-linear-gradient (top, # d95234, # 2b71b8 );
42+ background-image : -moz-linear-gradient (top, # 34c6d9, # 2b71b8 );
43+ background-image : -ms-linear-gradient (top, # 34c6d9, # 2b71b8 );
44+ background-image : -o-linear-gradient (top, # 34c6d9, # 2b71b8 );
45+ background-image : linear-gradient (to bottom, # 34c6d9, # 2b71b8 );
46+ -webkit-border-radius : 60 ;
47+ -moz-border-radius : 60 ;
48+ border-radius : 60px ;
49+ font-family : Arial;
50+ color : # ffffff ;
51+ font-size : 20px ;
52+ padding : 10px 20px 10px 20px ;
53+ text-decoration : none;
54+ }
55+
56+ # btn : hover {
57+ background : # 3cb0fd ;
58+ background-image : -webkit-linear-gradient (top, # 3cb0fd, # 3498db );
59+ background-image : -moz-linear-gradient (top, # 3cb0fd, # 3498db );
60+ background-image : -ms-linear-gradient (top, # 3cb0fd, # 3498db );
61+ background-image : -o-linear-gradient (top, # 3cb0fd, # 3498db );
62+ background-image : linear-gradient (to bottom, # 3cb0fd, # 3498db );
63+ text-decoration : none;
64+ }
65+ # header {
66+ border : 2px solid black;
67+ background-color : lightskyblue;
68+ ;
69+ }
0 commit comments