Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/css/img2txt.css
4626 views
1
a:visited {
2
color: blue;
3
}
4
.header {
5
border: 16px solid DodgerBlue;
6
border-radius: 16px;
7
}
8
.text1 {
9
font-size: 50px;
10
}
11
.line {
12
border-radius: 4px;
13
border: 4px solid DodgerBlue;
14
}
15
.img {
16
width: 225px;
17
height: 200px;
18
}
19
.img2 {
20
padding-left: 20%;
21
width: 225px;
22
height: 200px;
23
}
24
.img3 {
25
padding-left: 20%;
26
width: 225px;
27
height: 200px;
28
}
29
.text1 {
30
text-align: center;
31
padding-left: 2%;
32
}
33