Hello & Thanks ,
I am having trouble giving a <div> a background color :
<div class="Cell" style="width: 25%; border-style: solid; border-color: #FF0000; background-color: D3DDEB; display: inline-block;
padding-left: 5px;
padding-right: 5px; ">
I am using this example: https://www.w3schools.com/htmL/tryit.asp?filename=tryhtml5_migrate_7
I am using inline style= , when I get proper results , then I will transpose code into css styles .
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML5</title>
<