-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
81 lines (81 loc) · 1.42 KB
/
style2.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
71
72
73
74
75
76
77
78
79
80
81
body{
background-color: rgb(10, 36, 3);
}
td{
width: 100px;
}
.font-weight{
font-weight: bold;
}
.centr{
margin: auto;
background-color: rgb(0, 150, 255);
border-radius: 5px;
border-style: bold;
width: 270px;
font-size:20px;
padding: 15px;
color: rgb(241, 244, 247);
text-align: left;
}
.centr1{
margin: auto;
background-color: rgb(137, 207, 240);
border-radius: 0px;
border-style: bold;
width: 270px;
text-align: inheri;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
height: 150px;
width: 150px;
border-radius: 100px;
}
.side1{
display: grid;
grid-template-columns: 0.5fr 0fr 0.5fr;
grid-template-rows: 0fr 0fr;
grid-gap: 20px;
}
.side2{
display: grid;
grid-template-columns: 0.3fr 0.5fr 0.5fr;
grid-template-rows: 0fr 0fr;
grid-gap: 20px;}
.logo{
width:30px;
height:30px;
margin-right: 15px;
}
#image{
list-style-type:disc;
}
.call{
border: 1px solid;
}
.try{
border:1px solid;
border-radius: 25px;
background-color: rgb(0, 150, 255);
color:rgb(0, 150, 255);
text-align: center;
padding-left: 15px;
padding-right: 15px;
height:50px;width:20px;
}
.try:hover{
background-color: rgb(25, 197, 240);
}
.try2{
color:white;
background-color:transparent;
text-decoration:none;
font-size:medium;
}
p{
padding-left: 10px;
padding-right: 10px;
}