Background

Background

Idrisbey

HTML5 AND CSS DARSLARI HAQIDA

<!doctype html>

<html>

<head>

  <title>Maktubim</title>

  <meta charset="UTF-8" />

  <style>

  body {

   background-image: url("Coffe.jpg");

   background-repeat: no-repeat;

   background-position: justify;

   background-attachment: fixed;    

  }

    

  </style>

</head>

<body>

<p><code>In the 2016 election, Donald J. Trump tapped into a sentiment strongly held by white working-class voters that America had changed so much around them that they felt estranged in their own country.

The sociologist Arlie Russell Hochschild described that feeling among conservative voters in Louisiana in her 2016 book, “Strangers in Their Own Land.” In pre-election polling, that belief strongly predicted support for Mr. Trump among working-class whites. And in postelection analyses of those voters, the same sense of estrangement kept coming up.

But for all its associations with Trump voters, the mood appears to have spread over the last two years. In a series of competitive congressional districts where The New York Times has been polling the midterm electorate, nearly half of Democrats say they feel this way — slightly more than among Republicans.</code></p>   

</body>

   

</html>

Report Page