forked from MLH-Fellowship/project-vitrina
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcode_review.txt
61 lines (58 loc) · 1.84 KB
/
code_review.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
// TitanPro47 pfp row code-review
<!-- <div class="profile">
<style>
.table-top {
margin: 0 auto;
}
</style>
<table class="table-top">
<tr>
<style>
.img1 {
border-radius: 50%;
width: 200px;
height: 200px;
table-layout: fixed;
transition: transform 0.2s ease-in-out;
}
.img1:hover {
transform: scale(1.1);
}
</style>
<th>
<a href=""><img class="img1" src="./static/img/XavierPP.png"></a>
</th>
<th>
<img class="img1" src="./static/img/SantiagoPP.png">
</th>
<th>
<img class="img1" src="./static/img/RavenPP.png">
</th>
<th>
<img class="img1" src="./static/img/CindyPP.png">
</th>
</tr>
<tr>
<style>
.titles {
font-size: 24px;
display: inline-block;
color: white;
text-align: center;
}
</style>
<td>
<p class="titles">Xavier</p>
</td>
<td>
<p class="titles">Santiago</p>
</td>
<td>
<p class="titles">Raven</p>
</td>
<td>
<p class="titles">Cindy</p>
</td>
</tr>
</table>
</div> -->