why the span dose'nt want to rotate
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>project B</title> <link rel="stylesheet" href="project B.css"> </head> <body> <header> <img src='someimg.jpeg'> <p>Follow Us <span style="transform:rotate(70deg);">^</span></p> <p>select year</p> <p>general information</p> </header> CSS header{z-index: 2; position: absolute; right: 0%; width: 100vw; height:48px;} header p{ display: inline; margin: 85px ; } header img{width:150px; float: right; height: 48px; background-color:azure;} #title{position: absolute; top: 20%; margin-left: 10px; color: aliceblue; z-index: 1;