Update 'RuralComputing/index.html'

master
poni 2 years ago
parent 4f2f4b2192
commit 9a723e6370

@ -15,7 +15,7 @@
color: #206420} color: #206420}
.ext{ .ext{
border-bottom-color: #206420} border-bottom-color: rgb(251,101,75);}
#wrapper{ #wrapper{
background-image: url('./cav.jpg'); background-image: url('./cav.jpg');
@ -25,10 +25,10 @@
background-size: cover; background-size: cover;
} }
a{ a{
border-bottom: #206420;background: linear-gradient(to bottom, #206420 0, #green 100%);} border-bottom: rgb(251,101,75);}
#about-student{ #about-student{
color: #206420} color: rgb(251,101,75);}
#getback:hover{ #getback:hover{
filter: blur(5px) filter: blur(5px)
@ -38,7 +38,8 @@
font-size: 40%} font-size: 40%}
a:hover{ a:hover{
background-color: green} background-color: rgb(251,101,75);;
color: white;}
</style> </style>
</head> </head>

Loading…
Cancel
Save