Skip to content

Commit cee426a

Browse files
committed
made software oage white
1 parent 36b9dd4 commit cee426a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

src/software.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ body {
7171
flex-direction: column;
7272
align-items: center;
7373
text-align: center;
74-
background-color: black;
74+
background-color: white;
7575
/* margin-top: 50px; */
7676
padding: 20px;
77-
color: white;
77+
color: black;
7878
}
7979

8080
.content h1 {
@@ -101,14 +101,14 @@ body {
101101
flex-direction: row;
102102
align-items: center;
103103
background-color: white;
104-
border-top: 1px solid gray;
104+
border-top: 1px solid #CDCDCD;
105105
}
106106

107107
.content .softwares .software .software-img {
108108
width:150px;
109109
height:125px;
110110
border-radius: 2%;
111-
border: 0.5px solid black;
111+
/* border: 0.5px solid black; */
112112
margin-left: 5px;
113113
margin-right: 5px;
114114
}

static/phosnetvis.png

-3.73 KB
Loading

0 commit comments

Comments
 (0)