-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
82 lines (76 loc) · 1.99 KB
/
index.css
File metadata and controls
82 lines (76 loc) · 1.99 KB
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
82
table{
border: 4px hidden red;
border-collapse: separate;
width: 80%;
height: 300px;
border-radius: 10px;
padding-left: 10px;
}
table:hover, th:hover, td:hover{
border-style: dashed;
border-color: orange;
border-radius: 15px;
background-color: gray;
}
th{
background-color: #04aa41;
color: rgb(255, 255, 255);
border: 1px solid black;
border-collapse: collapse;
height: 10px;
}
td{
background-color: #96D4D4;
border: 1px solid white;
border-collapse: collapse;
padding:15px;
}
ul{
list-style: none;
display: flex;
gap: 1rem;
align-items: center;
justify-content: center;
}
nav{
display: flex;
align-items: center;
justify-content: center;
gap: 50%;
background-color: #96D4D4;
}
img{
border-radius: 50%;
}
.softwareImage{
height:100px;
width:100px;
}
.softwareImageContainer{
height:200px;
width:300px;
background-color: rgb(91, 91, 218);
display:flex;
justify-content:center;
align-items:center;
border-radius:10px;
}
.grayDiv{
height:500px;
width:100%;
background-color: rgb(35, 34, 34);
display:flex;
justify-content: center;
padding-top:20px;
}
.softwareImageContainer:hover{
border:5px solid white;
}
.box{
border:2px solid green;
width:25%;
height:160px;
margin-left: 35%;
margin-top: 20px;
padding:15px 50px 80px 15px;
}