geofactoryplastix commited on
Commit
6ba5b65
·
1 Parent(s): f6fbaa4

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +21 -2
style.css CHANGED
@@ -3,8 +3,8 @@ body {
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
6
- h1 {
7
- font-size: 16px;
8
  margin-top: 0;
9
  }
10
 
@@ -17,10 +17,29 @@ p {
17
 
18
  .card {
19
  width: 1100px;
 
20
  margin: 0 auto;
21
  padding: 13px;
22
  border: 1px solid lightgray;
23
  border-radius: 13px;
24
  }
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
 
 
 
 
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
6
+ .cardtitle {
7
+ font-size: 23px;
8
  margin-top: 0;
9
  }
10
 
 
17
 
18
  .card {
19
  width: 1100px;
20
+ height: 1200px;
21
  margin: 0 auto;
22
  padding: 13px;
23
  border: 1px solid lightgray;
24
  border-radius: 13px;
25
  }
26
 
27
+ .intro{
28
+ border: 1px solid lightgray;
29
+ border-radius: 13px;
30
+ padding: 3px;
31
+
32
+ }
33
+
34
+ .modelcard{
35
+ border: 1px solid lightgray;
36
+ border-radius: 13px;
37
+ width: 300px;
38
+ height: 400px;
39
+ padding: 2px;
40
+ margin: 3px;
41
+ }
42
 
43
+ .cardwrapper{
44
+ display: flex;
45
+ }