-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode dump.txt
72 lines (49 loc) · 1.5 KB
/
code dump.txt
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
71
72
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Show Title:</h3>
<p>Show Description:</p>
</div>
<div class="col-sm-4">
<h3>Show Title:</h3>
<p>Show Description:</p>
</div>
<div class="col-sm-4">
<h3>Show Title:</h3>
<p>Show Description:</p>
</div>
</div>
</div>
<a href="" class="btn btn-warning" role="button"> Our Sponsors </a>
https://bootsnipp.com/snippets/P2gor
https://css-tricks.com/seamless-responsive-photo-grid/
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.hdqwalls.com/wallpapers/anime-girl-mask-minimal-4k-ja.jpg")
<div class="container-content"></div>
<p class="Welcome-Description">Welcome to the Ichiban Studios Website! Here you can view stuff like upcoming anime shows and manga, News and information, make a MAL List,
[Window Title]
Visual Studio Code
[Main Instruction]
The window has crashed (reason: 'crashed', code: '-1073741674')
[Content]
We are sorry for the inconvenience. You can reopen the window to continue where you left off.
[Reopen] [Close]
.section {
display: grid;
justify-content: center;
align-content: center;
gap: 4px;
grid-auto-flow: column;
}
.item-center {
display: grid;
grid-auto-flow: column;
gap: 4px;
color: white;
align-items: center;
justify-items: center;
}
<section class="item-center">
<div>1</div>
<div>2</div>
<div>3</div>
</section>