-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
70 lines (62 loc) · 1.49 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
.parts{
font-family: Georgia, 'Times New Roman', Times, serif;
color: purple;
}
.team{
font-family: 'Times New Roman', Times, serif;
color: green;
}
.red{
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: red;
}
.intro{
fo;
}
.profile {
width: 200px; /* Adjust width as needed */
height: auto;
}
.profile {
display: block;
margin: 0 auto 20px auto; /* Center the images */
}
.robotics-club-image {
width: 400px; /* Adjust width as needed */
height: auto;
}
.robotics-club-image {
display: block;
margin: 0 auto 20px auto; /* Center the images */
}
.team, .parts, .intro, h1 {
margin: 20px 0;
}
.intro {
width: 80%;
margin: 0 auto 20px auto; /* Center the text block */
text-align: left; /* Align the text to the left */
}
.gyrobot-container,.space-station-container,.mars-rover-container,.robotic-arm-container {
display: flex;
align-items: center;
justify-content: center;
margin: 20px auto; /* Center the container */
width: 80%;; /* Adjust as needed */
}
.gyrobot,.space-station,.mars-rover,.robotic-arm {
margin-right: 20px; /* Space between image and text */
}
.gyrobot-text,.space-station-text,.mars-rover-text,.robotic-arm-text {
flex: 1;
text-align: left;
}
.gyrobot,.space-station,.mars-rover,.robotic-arm{
width: 200px;
}