HOME
U.S. plays hardball on tariffs deadline as EU battles for a deal
The U.S. is keeping up the pressure on the Aug. 1 deadline for higher tariffs for the EU.
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: ‘Inter’, sans-serif;
}
body {
background-color: #f4f4f4;
color: #222;
}
.navbar {
background: #e9edf2;
padding: 10px 20px;
overflow-x: auto;
white-space: nowrap;
}
.nav-links a {
margin-right: 20px;
text-decoration: none;
color: #004080;
font-weight: 600;
font-size: 14px;
}
.main-content {
display: flex;
padding: 20px;
gap: 20px;
}
.main-left {
flex: 3;
}
.headline-card {
position: relative;
overflow: hidden;
border-radius: 6px;
box-shadow: 0 0 6px rgba(0,0,0,0.2);
background: #fff;
}
.headline-card img {
width: 100%;
height: auto;
}
.headline-text {
padding: 20px;
background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 60%);
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
}
.headline-text h1 {
font-size: 24px;
font-weight: 700;
}
.headline-text p {
font-size: 14px;
margin-top: 8px;
}
.secondary-stories {
display: flex;
gap: 20px;
margin-top: 20px;
}
.story {
background: #fff;
padding: 10px;
border-radius: 6px;
flex: 1;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.story img {
width: 100%;
height: auto;
border-radius: 4px;
}
.story h3 {
margin-top: 10px;
font-size: 15px;
font-weight: 600;
}
.main-right {
flex: 1;
background: #fff;
padding: 20px;
border-radius: 6px;
box-shadow: 0 0 6px rgba(0,0,0,0.1);
height: fit-content;
max-height: 600px;
overflow-y: auto;
}
.main-right h2 {
font-size: 18px;
margin-bottom: 16px;
color: #002244;
}
.latest-news-list {
list-style: none;
}
.latest-news-list li {
margin-bottom: 12px;
font-size: 14px;
}
.latest-news-list li span {
font-weight: bold;
color: #666;
margin-right: 5px;
}